home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000281_blitz-list-request_Tue Sep 6 15:03:52 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from funet.fi (funet.fi [130.230.1.1]) by kantti.helsinki.fi (8.6.9/8.6.5) with ESMTP id PAA08120 for <blitz-list@helsinki.fi>; Tue, 6 Sep 1994 15:00:23 +0300
  2. Received: from sisvax (actually sisvax.sis.port.ac.uk) by funet.fi 
  3.           with SMTP (PP); Tue, 6 Sep 1994 14:56:03 +0300
  4. Date: Tue, 6 Sep 1994 12:51:19 +0100
  5. Message-Id: <94090612511975@sisvax.sis.port.ac.uk>
  6. From: sis3149@sisvax.sis.port.ac.uk (HANG-FIRE)
  7. To: blitz-list@helsinki.fi
  8. Subject: Zones....
  9. X-VMS-To: BLITZLIST
  10. MIME-Version: 1.0
  11. Content-Type: text/plain; charset="us-ascii"
  12. Content-Transfer-Encoding: 7bit
  13. X-Status: 
  14. Status: O
  15.  
  16. Date sent:  
  17.  
  18.  
  19. A question to anybody out there who uses the ZoneJoy library from Reflective
  20. Images.
  21.  
  22. For the latest version of the libary I have had to do a little reshuffling of
  23. how the zones were held in memory.  This was to enable to library too use the
  24. 020 instruction CMP2.  This reshuffling means that old programs that use the
  25. library and access the zone table directly will no longer work.
  26.  
  27. I am interested in whether or not people will actually mind about this change,
  28. or whether the benefits of 020 support outway the disadvantage of a bit of
  29. rewriting.  What do you think?
  30.  
  31. New instructions in the library:
  32.  
  33.  
  34.             ZonesMode - ask if zonetesting is on 68000 or 68020 mode.
  35.             SetZonesMode - set the zonestesting mode.
  36.  
  37.   The library also checks what processor you have when it is initialised and
  38. automatically sets the mode to 020 if you have one fitted.
  39.  
  40.  
  41.  
  42. Steve Mc.
  43.  
  44. +---------------------------------------------------------------------------+
  45. | Stephen McNamara  Reflective Images|                                      |
  46. |====================================+======================================|
  47. | A1200/170HD/6MB/Blitz2             | Current project : BlitzBombers AGA   |
  48. |                                    | [#################################:] |
  49. |          >>> HANG-FIRE <<<         | Current Project : RI Libs v???       |
  50. |                                    | [###########################:::::::] |
  51. |                                    | Current Project : RI Map Editor v1.2 |
  52. |  sis3149@sisvax.sis.port.ac.uk     | [#################################:] |
  53. \____________________________________|______________________________________/
  54.